Intl.Collator.compare() vs localeCompare() - natural sort order (version: 0)
localeCompare is an abstraction of Intl.Collator, thus they can accept the same options.
This test shows that using Intl.Collator is quicker for multiple comparisons.
Comparing performance of: localeCompare() vs Intl.Collator.compare()