...use case where this cases UX issue: #2465275: Respect the alphabetical order of the entries in the site Status report page.
...until @RobLoach mentioned it in the related issue, I didn't realize it was because the list is sorted in a case-sensitive alphabetical order. I believe that it is more natural to have that list sorted in a case-insensitive alphabetical order instead because that's how humans look for entries in the list. Personally, because "jQuery" starts with a "j", I expected its entry to be right after "GD library rotate and desaturate effects" and before "Node Access Permissions". Because the specific project has a lower-case letter in its name, its respective entry in the site status report page is listed last though (after "Web server"):

Comments
Comment #1
afi13 commentedComment #2
afi13 commentedComment #3
afi13 commentedComment #4
cilefen commented+1 for this issue in general.
@afi13 Nice work but we are not permitted to mark our own patches as RTBC.
The problem exists in Drupal 8 so it must be fixed there first.
Comment #5
cilefen commentedComment #6
afi13 commentedOk, sorry.
Comment #7
afi13 commentedPatch for Drupal 8
Comment #8
afi13 commentedComment #9
cilefen commentedComment #10
evilfurryone commentedTested the patch and works in my opinion. in my case cURL information was moved from the bottom of the list into it's proper location.
Makes sense that the sorting should be case-insensitive because otherwise could lead to situations where someone misses and key information about the site just because he did not look at the bottom of the page.
PS. I did not understand what the usability review would need to entail in this issue.
Comment #11
webchickNice.
Committed and pushed to 8.0.x. Thanks!
Moving back to 7.x for backport.
Comment #13
afi13 commentedDrupal 7 patch
Comment #14
afi13 commentedComment #15
cilefen commentedI manually tested and it looks great.
Comment #16
David_Rothstein commentedCommitted to 7.x - thanks!