Right now the Int and Integer traits imply PartialOrd but not Ord.
Is there a reason for this? It seems like integers do have a total order, not just partial. I asked on IRC and people seemed to think Int should imply Ord.
If this is correct I can send a pull request?