Constify a few `(Partial)Ord` impls Only a few `impl`s are constified for now, as #92257 has not landed in the bootstrap compiler yet and quite a few impls would need that fix. This unblocks #92228, which unblocks marking iterator methods as `default_method_body_is_const`.