Imagine you are going on a trip. You have a passport (a small piece of data), some clothes (a larger block of data), and a toothbrush (a single bit).
You could carry all these items loosely in your hands, but you'd probably drop something. Instead, you put them all into a Suitcase.
In SystemVerilog, a Struct is that suitcase. It lets you group different types of data (bits, integers, arrays) into one single package with one name.