In some cases, when their PCB fab layer stack up is similar enough to the original board, they can go a step further and copy paste most of the PCB into their design so that any signal integrity work carries over. Realistically this is only really practical for low speed designs but still useful for a whole class of electronics.
I don’t use KiCad but software like Altium support modular schematic sheets and PCB rooms so theoretically it can imported into that (since KiCad’s format is open source S-expr)
Especially if you're able to replace certain small/passive components with those you already have in bulk, it could be a potential cost cutting measure.
Just a guess though.
For my case, they'd be useful if I wanted to know how certain subcircuits are designed or laid out.
Even for beginners, taking it into kicad, enabling the selection of only tracks and vias and deleting them all, then doing a full re-layout of the board as practice would be a cool project if you're wanting to learn.