Here is a usage example. Imagine that the general data type “sequence” is used as an array in a situation where the array is expected to be sparse (i.e., most elements will contain the same value, with a relatively small number of points set to some other value ) If the sequence data type has this property, you can build a (possibly very large) array using the technique you mentioned, and with this use, space and time will still be reasonable.
Of course, you can create a special data type, especially for sparse arrays, and it will probably be a little more space and time than a general purpose data type, but the fact is that the general data type is quite well adapted to this usage pattern which you might not even need to create a special data type.
(Admittedly, this example refers to confluent perseverance in general, and not to “sorted lists” of the article. Then, in the paper, they made this remark about confluent perseverance in general, and not specifically about their own data structure.)
source share