It's very simply a matter of how much space is available. Subsequent messages by one user are rolled up into a single "speech bubble" (we call it monologue), to the left of which the user is displayed.
If there are just one or two lines of messages, displaying the full-blown avatar would cause unnecessary whitespace gaps:

Compare to:

It's not a question of "how many messages"; we really just measure how much space is availble (after all, a single message can span more than one line when being displayed). The small signature (with the small avatar and the possibly abbreviated user name next to it) always fits into one line, and thus never causes any gaps between monologues.
Once the monologue is high enough so that next to it you can show the large avatar and the full user name below the avatar without creating a gap, it will be displayed. If even more space is available, you'll also see the user's reputation being displayed.