This is mostly an old method meant for maintaining support for old KiCad versions. I recommend you look into Schematic Editor / File / Schematic Setup / Project / Bus Alias Definitions, and then use the bus foldout method (at least for the first few members). Once you have a bit of experience, you can use the [Ins] key to create labels with auto-increment.
Or use a vector bus directly. That is more fitting in this case. This is described in the manual.
A while back I have also created and posted an example with a few buses:
The curly braces are used for a group bus, and can be used with the bus alias substitution list. The "array notation with the square braces and dots is the “vector bus” notation. Both are described in the manual.
No, don’t ignore the sheet labels / pins. In KiCad, a whole bus can be renamed though the hierarchy without losing connections in the bus. It works quite well, but you do have to be careful with the syntax.
Make a copy of the example I linked to, and experiment with it. Change some names, add some new ones, and verify it all still works. And then, only when you understand the syntax, start using it in a real project.