Unlike nodes, block entities do not have theme suggestions for view modes on custom block types. This means that if you need to create a template for a block in a specific display mode, then you need to write custom code to pick it up.
This patch provides additional theme suggestions for block view modes, and is based on the same code in the node module.