Description
https://news.ycombinator.com/item?id=19167585 points out that there may be legitimate times where you want to avoid O(N^2) verifications between a set of users - e.g. verifying people in a physically secure setting such as an office or conference.
For that matter, if you join a company, it'd be nice if you only had to verify your boss, and then transitively trust the rest of the company.
I vaguely remember that cross-signing is actually considering this use case somehow, but am failing to find/remember how?