In SCSI related documentation there is a sort of jargon in use to abbreviate the different bus types and speeds.
Fast means that the timing on the bus is somewhat different, so that on a narrow (8 bit) bus 10 Mbyte/s are possible instead of 5 Mbyte/s for 'slow' SCSI. Ultra is faster again by a factor of 2.
It should be noted that the data lines > 8 are only used for data transfers and device addressing. The transfers of commands and status messages etc are only performed on the lowest 8 data lines. The standard allows narrow devices to operate on a wide bus. The useable bus width is negotiated between the devices. It is important to monitor device addressing closely when mixing wide and narrow.