Sort items by significance level descending, with numeric score as tie-breaker. Items with higher significance or scores appear first. The original array is not mutated.
Array of items with optional significance and score fields
New sorted array ordered by significance then score
Sort items by significance level descending, with numeric score as tie-breaker. Items with higher significance or scores appear first. The original array is not mutated.