## Description
It seems `connection_rtt()` can get updated concurrently. This breaks
total ordering, which becomes required for sorting in rust 1.81.
Other callsites of `sort_by()` are reviewed and they don't seem to have
the same issue.
## Test plan
PT
---
## Release notes
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.
For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
- [ ] REST API: