SE-0276: Multi-Pattern Catch Clauses

For example wouldn‘t a catch block also benefit from this ability as well (assuming it gets accepted and implemented)?

do {
  ...
} catch {
case where <condition> in <pattern_1>, <pattern_2>:
  ...
}