If you want to get into a bit more nitty gritty, then you will have to look into why DDR2 and the later ones where developed.
When moving data from one point to another, the easiest way to increase the amount of information that arrives is to increase the number of wires being used. This works when going from 1 to 2, 2 to 4, 4 to 8, but it starts to get very silly when you start looking at going from 32 to 64, 64 to 128 ect. The biggest issues with this is space. running all those wires gets tricky, then you have issues with getting all those wires (and supporting wires like control lines and clocks ect) into devices/chips at both ends. This requires legs/pins/connectors, and the more of them you have, the harder it is to route the wires and the increase in costs to manufacture. Side note: it is this cost to manufacture as to why we have dual and quad channel memory, as using multiple of a common part (ram stick) is cheaper than creating a new and bigger memory component.
So the next step is to speed up the signals, so more is moving over a given time period, which is where DDR started. This is partly due to issues with timing. As the faster you make a signal go, the harder it is to ensure that all wires at the same length and so a signal sent is "seen" the same at the other end. This is one of the reasons a clock is best kept as slow as possible.
The ideal world then is to have one or two very very high speed signals that do not care about any other wires or singles, which is the idea behind where sata (HDD/SSD) comes from. Instead of running a set of wires at several hundred Mhz, you can run a single wire at several Gigabits/s.
This approach for not caring when the data arrives (vs other wires) is also the backing on why we have PCI express. That is the serial replacement of the older PCI slot (which was 32bit wide shared data bus). There was some attempts at going faster with PCI with 64 bit version of the slots, and also doubling the clock speeds, but due to costs these where mainly only seen on server grade boards. Note: if you want to go back to before PCI, you have ISA, both in 16 and 8 bit formats
PCI Express was also a advancement on video cards as they went from PCI (and another one called VESA IIRC) to one called AGP which speed up over time from x1 speeds (basically a dedicated PCI IIRC) to x8 speeds (vs the older PCI slot IIRC, it has been too long).
But I digress.
The question some ask here is why did all these other parts of a PC go serial for speed when a main and always used thing like memory did not?
For that you need to go back to the start of the intel P4 era and look at the untalked about ram called RAMBUS. That was a serial memory, but due to some trickery and lies (or so the story goes as there were many many lawyers involved for years), they ended up with the patent for the RAMBUS memory and so wanted royalties from all ram and motherboard makers. And it was a highway robbery level prices. Enough to nearly kill off the PC, if not several manufactures.
This RAMBUS was meant to be the replacement for the SD memory of the time. But the court cases, the royalties and the need for the manufactures to have something to sell, DDR was rushed to market (not sure if they had it in the wings ready go or what) as it was a very quick (year?) turn around.
And so, while the case ran, the industry moved to DDR and on-wards.
On a side note: it is this last minute change of memory which made the Pentium 4's such a joke of a CPU. It was designed for the fast access time of RAMBUS and that design did not work with SD/DDR very well at all, especially when the cpu needed translation logic to convert the data coming from the memory (that was in parallel) and to change it into the serial format the CPU was expecting. Doing this both ways added huge time delays to memory and so slowed down effective speed of the CPU something shocking. Even my poor student status at the time got to play on a P4 with rambus and it was FAST. the 1.6Ghz with I think 128MB ram stomped all over the P4 2.4Ghz unit with 512MB (or so IIRC) of DDR. Response time was as different as a SSD vs HDD computer system (I probably exaggerate but it floored me at the time).
I am not sure just how much the memory issue played into it, but when intel gave up on the P4 design and replaced it with something better, so was born the original core processor. It did not make a huge splash as I recall until version 2 came out, and it was a monster
