Alphabetization Is Not Fit for Music Libraries
Wikipedia’s article on alphabetization explains:
Advantages of sorted lists include:
one can easily find the first n elements (e.g. the 5 smallest countries) and the last n elements (e.g. the 3 largest countries)
one can easily find the elements in a given range (e.g. countries with an area between .. and .. square km)
one can easily search for [...]




