If they aren't called from anywhere else and they're only called once (in the parent), it might be better to inline them.
Doing so goes against the urge to decompose as much as possible but it'd make the code easier to follow for the next guy. "What does do_small_thing_X do?"
Even when the next guy is you, a year from now. Do you really remember what do_small_thing_X does?