Slow RAM is pretty much the same as chip RAM as far as I know.
... just without the benefit of
being chip RAM...

Maybe a bit of basic knowledge helps here: the Amiga system architecture is divided into two parts: the CPU part and the chipset part. Both can work independently from each other. On a single bus, only one device at a time can be active.
So the CPU can read/run code/data from the ROMs or - if present - true fast RAM while simultaneously Agnus is e.g. shovelling bitplane data into Denise or the Blitter's shifting bits around. When the CPU needs to access the chip side, the busses need to be connected (asynchronous CPU boards require synchronization here) and the CPU must wait for a free cycle to use, effectively slowing it down.
On the CPU side are: CPU, ROMs, CIAs, fast RAM and on the chip side it's the famous DMA architecture sporting graphics, sound, floppy - all within chip RAM and controlled by Agnus.
Now, slow fast RAM is memory that exists on the chipset side, but due to architecture limitations, it's not usable as chip RAM. But since the CPU needs to connect to the chipset side it's just as slow as chip RAM.