In practice
Inline the styles needed for the first screen and defer everything else. Every render-blocking file in the head postpones first paint.
Fonts belong in the path too: an unprepared web font holds text invisible while it downloads.
Why it matters
It is what actually determines perceived speed, more than total page weight.
Shortening it improves Core Web Vitals and conversion at the same time, because both react to the same delay.