WARNING: I sincerely have no idea ... so this is pure speculation.
The blockchain is a distributed system, which means you're going to need to handle many concurrent events over a network. Luckily for Go, these are two of the things that you also need to be a successful language to tackle the problems that Google does.
So I guess it's nothing related to blockchain per-se, but rather to distributed systems such as the blockchain, but also kubernetes!