More comparison operations can be implemented and sped up using vector operations.
== (basic version available in src/utils)
<
<=
The order can be pretty arbitrary; its just that some consistent order has to exist to allow sorting and binary search tree operations to be well-defined.