Wasn't the std::span designed as a lightweight reference to sub-regions of std::vector/std::array/plain array and alike? Shouldn't it also contain comparison operators in its API, to be consistent with them? What was the reasoning behind the exclusion?
Note: by comparison operators, I mean either the full set (<, <=, ...) or the spaceship <=>