Since adding _templates_ last year we have been working on various features related to the ability to compose multiple blocks together. InnerBlocks has been our for a bit, with refinements to the design and interactions. The Child Block API will be released with 3.0, allowing block authors to create relationships between blocks, and so on.
Given this updates, the editor is already quite flexible in achieving some common layouts by combining pieces. With the addition of the container block, this would expand further. Yet, there's still room for another piece of the puzzle: creating some layout blocks that function as shortcuts for achieving common design patterns. These are not to be confused with templates — which apply to the whole page setup.
@melchoyce explored some in quick mockups: https://cloudup.com/cNXrAMW7FBY
The idea is we can create some of these as registered blocks, available under the "Layout" group, and it'd leverage _nested blocks_ to offer a ready-made unit. Creating this should also push us to refine template locking so that it can be applied at a group level, not only via template registration.

(Vaguely related to #6895, which I think will be necessary to get full front-end cross-browser compatibility on some of these layouts.)
Other related issues:
We have one of these blocks implemented. Moving the rest as something to revisit for phase 2. cc @alexislloyd
Thanks @mtias! I would also suggest that we refer to these as "complex blocks" (i.e. blocks containing multiple blocks to achieve a common pattern), to distinguish them from "simple blocks" (blocks that contain only one block) and from "templates" (which apply to the entire page layout).
Also themes should be able to register a layout for their templates.
E.g. a theme template should have two columns, both with main content.
The editor should reflect this, similar to Mesh.
This is now possible using Block Patterns so I'll go ahead and close this ticket. :+1:
Most helpful comment
We have one of these blocks implemented. Moving the rest as something to revisit for phase 2. cc @alexislloyd