Given enough time and enough users, even the most innocuous change will break something;9 your analysis of the value of that change must incorporate the difficulty in investigating, identifying, and resolving those breakages. Example: Hash Ordering
A real world example that I've encountered: database/object IDs; assumed monotonically increasing and used for time-based sorting 😔.

