1 Answers
The Transit Gateway acts like a centralised router with one or more routing tables. If you wanted a group of VPCs to be contactable from each other you only have to connect a new VPC to the Transit Gateway once. With VPC Peering you would need to add a new connection to each existing VPC, which isn’t scalable for larger groups.
So in your example you would only add VPC51 once and it would be able to contact all other VPCs, assuming you propagate traffic from all other VPCs on the same routing table.
You can see some examples of how to setup shared or isolated subnets using routing tables here https://docs.aws.amazon.com/vpc/latest/tgw/TGW_Scenarios.html.