The two connection type menus use different sorting logic:
– When selecting, the order goes from first to last (1 → last)
– When clicking, the order goes from last to first (last → 1)
I think it would be better to unify both to descending order: last → 1.