With the new GC landing in #1801, garbage collection is now deterministic and based on RowId order, i.e. the clients' wall-clocks.
But our timeless tables are still using insertion order, which is both inconsistent and meaningless.
Our timeless tables should be sorted based on RowIds too.