I may catch flak for this, but readability. A highly serial, but independent execution that could be broken up into N function calls (of functions that are used nowhere else) doesn't really benefit from decomposition. Unless you count meeting an arbitrary maximum on function length as a benefit.
I'd rather scroll through N function sized blocks of code in order than navigate the whole file, hitting N functions.