Remove the highest-degree node from a tree, and everything falls apart. Every branch disconnects, since the node linking it to the rest is gone.

Take it out from an onion-structured network, and it barely makes a change in connectivity!

Nodes in onion networks like to connect to other similar degree nodes. It results in radial layers with the highest-degree nodes at the core. Any node can reach the core via many different paths.

Removing the highest-degree node from each: the tree shatters into disconnected branches, the onion's ring keeps it whole.