x86 describes a family of processor architectures (i386, i486, i586, etc.) and is now usually used to refer to 32-bit system architectures. x64 is technically an incorrect term (more correct would be x86_64), but it's supposed to refer to the 64 bit architecture.
In general, there's no point...