Why is transpose/2 not in library(lists)?

Seems (see this thread) that the culprit for lost performance could be the same_length/2 check instead of foldl. Anyway, I found Paulo’ alternative implementation compelling, and would welcome a move of the much needed functionality of transpose/2 to library(lists), where it belongs… except for backlog compatibility…