The TCP protocol involves numbering packets in a sequence so that in case a later packet arrives before an earlier one (because it got routed differently on the internet), or in case some packet gets lost and never appears, the destination can detect that there was a problem, and request that the missing packet be resent, and it can put together the packets that do arrive in the correct order.
In Wireshark, I believe the "Follow TCP Stream" feature is allowing you to see the other packets that are part of the same related sequence of numbered packets.